home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 11661 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  908 b 

  1. Path: news.crystalball.com!news
  2. From: Larry Weiss <lfw@oc.com>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: binary tree question
  5. Date: Mon, 25 Mar 1996 12:08:19 -0600
  6. Organization: crystalball.com
  7. Message-ID: <3156E113.34B0@oc.com>
  8. References: <4isglj$cgg@netaxs.com> <4iumkjINNsp3@keats.ugrad.cs.ubc.ca> <4ivpff$a6j@netaxs.com> <4j6fjjINNc2p@keats.ugrad.cs.ubc.ca>
  9. NNTP-Posting-Host: external.oc.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (Win16; I)
  14.  
  15. Kazimir Kylheku wrote:
  16.  > 
  17.  > 
  18.  > Have a look at K&R2, section 8.7 Example---A Storage Allocator.  It shows a
  19.  > simple C implementation of malloc() and free(). N.B.: you cannot write your own
  20.  > function called malloc() as the book suggests, for it is a reserved symbol
  21.  > according to ANSI. The book is wrong in this respect.
  22.  > 
  23.  
  24. Should that fact be mentioned in an errata for K&R2  ?
  25.